home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global route, game8level
- mydelay(30)
- set possiblelist to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 24, 26, 27, 29, 30, 31, 32]
- set route to getAt(possiblelist, random(count(possiblelist)))
- go("road" & route)
- puppetSprite(1, 0)
- preLoadCast("diga1", "dig10")
- end
-
- on enterFrame
- repeat with xxx = 2 to 21
- puppetSprite(xxx, 0)
- set the visible of sprite xxx to 0
- end repeat
- repeat with xxx = 37 to 46
- puppetSprite(xxx, 0)
- set the visible of sprite xxx to 0
- end repeat
- end
-